home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / docshell / nsCDocShell.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  920b  |  44 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsCDocShell.idl
  3.  */
  4.  
  5. #ifndef __gen_nsCDocShell_h__
  6. #define __gen_nsCDocShell_h__
  7.  
  8.  
  9. #ifndef __gen_nsIDocShell_h__
  10. #include "nsIDocShell.h"
  11. #endif
  12.  
  13. #ifndef __gen_nsIDocShellTreeItem_h__
  14. #include "nsIDocShellTreeItem.h"
  15. #endif
  16.  
  17. #ifndef __gen_nsIDocShellTreeNode_h__
  18. #include "nsIDocShellTreeNode.h"
  19. #endif
  20.  
  21. #ifndef __gen_nsIBaseWindow_h__
  22. #include "nsIBaseWindow.h"
  23. #endif
  24.  
  25. #ifndef __gen_nsIScrollable_h__
  26. #include "nsIScrollable.h"
  27. #endif
  28.  
  29. #ifndef __gen_nsITextScroll_h__
  30. #include "nsITextScroll.h"
  31. #endif
  32.  
  33. /* For IDL files that don't want to include root IDL files. */
  34. #ifndef NS_NO_VTABLE
  35. #define NS_NO_VTABLE
  36. #endif
  37. //  {F1EAC762-87E9-11d3-AF80-00A024FFC08C} - 
  38. #define NS_DOCSHELL_CID \
  39. { 0xf1eac762, 0x87e9, 0x11d3, { 0xaf, 0x80, 0x00, 0xa0, 0x24, 0xff, 0xc0, 0x8c } }
  40. #define NS_DOCSHELL_CONTRACTID \
  41. "@mozilla.org/docshell/html;1"
  42.  
  43. #endif /* __gen_nsCDocShell_h__ */
  44.